home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1997 February / JCSM Shareware Collection February 1997 Best of (JCS Marketing)(February 1997).bin / MKTSALES / ETEXT410.ZIP / COMPILE.DOC < prev    next >
Text File  |  1996-10-27  |  43KB  |  815 lines

  1.  
  2.  
  3.                    THE ELECTRONIC TEXT PUBLISHING SYSTEM (tm)
  4.  
  5.  
  6.         Description:
  7.  
  8.         The Electronic  Text Publishing  System (or  "E-Text" for short)
  9.         is  used  to  make  "electronic"  books  or  magazines,  such as
  10.         tutorials, training manuals, or  even works of literature.   The
  11.         E-Text  system  allows  you   to  create  professional   looking
  12.         programs with little  effort.   E-Text uses text files that  you
  13.         create and compiles  them into a  menu driven "electronic" book,
  14.         complete with a  table of contents.   If you know  how to use  a
  15.         word  processor,  then  you  have  all  the  skills necessary to
  16.         publish your own "electronic" books  on a disk.  The  electronic
  17.         books that  you create  with E-Text  can be  copied, distributed
  18.         and sold, royalty  free.  Share  your knowledge, research,  your
  19.         works of poetry, fiction, or your sales products with others  by
  20.         using E-Text!
  21.  
  22.  
  23.         Features:
  24.  
  25.         E-Text allows you to customize nearly every aspect of your
  26.         finished catalog.  Consider the following...  E-Text allows you
  27.         to...
  28.  
  29.         + Create a "Table of Contents" (Main menu)
  30.  
  31.         + Customize the size and location of the Main Menu
  32.  
  33.         + Customize the attributes of the Main Menu, such as colors,
  34.           border frame, elevator bar, drop shadow, etc.
  35.  
  36.         + Define the colors of each screen.
  37.  
  38.         + Use background wallpaper to create eye-catching screens.
  39.  
  40.         + Invoke screen special effects - for example, screen wipes
  41.           from left to right, right to left, top to bottom, opening
  42.           curtains, splits, clock sweeps, etc.
  43.  
  44.         + Run DOS commands, execute batch files or other programs.
  45.           E-Text can be used to create your own program menus or shell.
  46.  
  47.         + Consolidates all your .TXT files into just one compact data
  48.           file.  In fact, after compilation, only two files are
  49.           necessary to make your electronic book available to your
  50.           audience (READ.EXE and READ.DAT).  This makes disk
  51.           distribution file management a breeze.
  52.  
  53.         + Display 256 color .PCX graphic images (Pro version only).
  54.  
  55.         + Include sub-menus within your Main Menu (Pro version only).
  56.  
  57.  
  58.         Special requirements:
  59.  
  60.         No special system requirements or hardware is required to use
  61.         E-Text except a DOS version greater or equal to version 3.0.
  62.         A hard disk does make the compilation process much easier and
  63.         faster, however.
  64.  
  65.  
  66.         Before we get started:
  67.  
  68.         If you obtained E-Text through a shareware vendor, or BBS, or
  69.         CD-ROM, make sure that no files are missing.  A file called
  70.         VENDINFO.DIZ contains a listing of all the files required to run
  71.         E-Text.  If you have problems with E-Text, check the files that
  72.         you have obtained with the VENDINFO.DIZ listing.  If you find
  73.         files missing, please notify your vendor, or BBS sysop, or feel
  74.         free to contact the author via our 24-hour BBS at (540)
  75.         372-9680 N-8-1 ANSI.  The latest evaluation version can always be
  76.         downloaded from our BBS as ETEXT*.ZIP in the PKSOFT directory.
  77.  
  78.         Before you compile your very own electronic book we recommend
  79.         that you browse through one that has already been created.  You
  80.         should find a file AESOP.DAT on your disk, which contains a
  81.         short collection of Aesop's Fables.  To view this electronic
  82.         book from the DOS prompt enter: READ AESOP   then press
  83.         [ENTER].  Browse through this electronic book and get a feel for
  84.         what E-Text can do.  If you like what you see, and would like
  85.         to create similar e-text documents, resume reading these
  86.         instructions and proceed with your first compilation.
  87.  
  88.  
  89.         Terms and definitions:
  90.  
  91.         There are several terms that will be used throughout this
  92.         documentation and that need to be fully understood by the user
  93.         before you create your own electronic books.  Please review
  94.         these definitions carefully:
  95.  
  96.         ASCII FILE: This is a term used to describe any file that you
  97.         create and save with an editor such as DOS' EDIT or Window's
  98.         Notepad.  An ASCII file contains only characters that can be
  99.         found on a standard IBM keyboard.  Most word processor programs
  100.         (like Word Perfect) can save files in ASCII format IF you know
  101.         how to.  E-Text does NOT come with an editor because most users
  102.         already have a favorite text editor or word processor that they
  103.         feel comfortable with.  We saw no reason to force the user to
  104.         use another editor and have consequently not included one.
  105.  
  106.         CHAPTER: A chapter is any ASCII .TXT file that you create that
  107.         you want to become part of your electronic book.  Each
  108.         selection from the Main Menu "Table of Contents" is considered a
  109.         chapter.  Chapters preferably should be less than 32,000 bytes
  110.         in size.  E-Text handles chapters more efficiently when .TXT
  111.         files are 32k or smaller.  You can use larger chapter files (up
  112.         to 5000 lines) but there will be a performance penalty when the
  113.         READ.EXE module accesses these larger sized chapters.
  114.  
  115.         COMPILER: The compiler is the program  that gathers all  of
  116.         your ASCII chapter text files (*.TXT), and binary wallpaper
  117.         files (*.BIN) together, and prompts you step by step for
  118.         specific details about how you want your final electronic book
  119.         to look (screen colors, Table of Contents (Main Menu) size,
  120.         location, shadows, etc.  The compiler merges and can compress
  121.         this information into a single data file (READ.DAT).
  122.  
  123.         DATA FILE:  The data file is a specially formatted file that
  124.         contains ALL of your chapters, wallpaper, and screen
  125.         definitions.  This data file is created by using the E-Text
  126.         compiler (COMPILE.EXE), and once it has been created it can be
  127.         identified by the default filename "READ.DAT".  This data file
  128.         is one of the two necessary files that must be placed on your
  129.         distribution disk in order for others to read your electronic
  130.         book.  Data files can be renamed if you wish, however to use
  131.         them with the "reader" you must specify its new file name on
  132.         the DOS command line.  For example, AESOP.DAT was originally
  133.         named READ.DAT, but was renamed in order to preserve its
  134.         contents from future compilations that would have created a new
  135.         READ.DAT file and overwritten it.  In order to use AESOP.DAT
  136.         with the "reader", the user needs to start the electronic book
  137.         from the DOS command line in this manner: READ AESOP.DAT   By
  138.         using this method inside a batch file, the author can create
  139.         several electronic books on one floppy disk, needing only one
  140.         "reader".
  141.  
  142.         READER MODULE:  This refers to the file "READ.EXE".  This is
  143.         the program that reads the information in your data file and
  144.         displays it to your audience.  Remember, in order to create an
  145.         electronic book for distribution on a floppy diskette, two
  146.         files must exist on that disk: 1) READ.EXE and 2) READ.DAT.
  147.  
  148.         TEXT FILE:  Text files and ASCII files all refer to the
  149.         same thing (see ASCII FILE above).
  150.  
  151.         WALLPAPER: If you have never used Microsoft Windows, then the
  152.         term "wallpaper" may conjure up ideas of colored paper and
  153.         wheat paste.  With E-Text, however, wallpaper refers to
  154.         background screen designs that can be used to liven up your
  155.         electronic book.  Wallpaper files should end with a .BIN file
  156.         extension.  How do you create wallpaper files?  When you
  157.         register E-Text you will be sent, as a bonus, the E-Text Screen
  158.         Composer program that allows you to create your own wallpaper
  159.         files.  Several wallpaper .BIN files have been included with
  160.         the evaluation copy, so feel free to use them.  You may also
  161.         use any text screen design program that generates BLOADable
  162.         binary files.  The "Laughing Dog Screen Maker" and "The Draw"
  163.         are two popular shareware screen designers that can also create
  164.         wallpaper files.  You can find these programs on most large
  165.         BBS's for downloading.  As an incentive to register, you will
  166.         be sent a screen design program written by the author at no
  167.         additional charge.  Please remember, wallpaper files are NOT
  168.         graphic bitmaps images like .PCX or .BMP files, but rather
  169.         they are colored text files used as a background beneath your
  170.         Main Menu, and chapter text displays, or as opening and
  171.         closing screens.
  172.  
  173.  
  174.         Getting started:
  175.  
  176.         You will need to create all of the ASCII .TXT text files that
  177.         you wish to include in your "electronic" book BEFORE you run
  178.         the compiler (COMPILE.EXE).  Use your favorite word processor
  179.         or text editor (like DOS' EDIT) to compose the individual
  180.         "chapters".  If you are using a word processor, like Word
  181.         Perfect, then it is absolutely essential that you save each
  182.         "chapter" as an ASCII file.  Most word processors add "control
  183.         characters" to your document as you compose it.  Control
  184.         characters are used to identify italics, highlighting,
  185.         underlines, margin spacing, etc.  When using a word processor,
  186.         these control characters will create problems if they are not
  187.         removed.  By saving a word processing document as an ASCII
  188.         file, all the control characters will be removed.
  189.  
  190.         In Word Perfect 5.0/5.1, you can save your document as an ASCII
  191.         file by pressing CTRL+F5, then selecting "1 DOS Text", then
  192.         select "1 Save".
  193.  
  194.         If you are using DOS' EDIT, or the Windows' Notepad, then you
  195.         do not need to worry about control characters, for their
  196.         native file formats are ASCII.
  197.  
  198.         Each "chapter" of your "electronic" book MUST exist as an ASCII
  199.         file, with a ".TXT" file extension.  Valid file name examples
  200.         are: "AESOP1.TXT", "TUTOR-3.TXT", "POEMS_5.TXT".  The compiler
  201.         looks automatically for all files with .TXT file extensions,
  202.         and will ignore all other files.  Rename your files to include
  203.         a .TXT extension should you have failed to do so earlier.
  204.  
  205.         In each of your "chapter" .TXT files, you must reserve the very
  206.         first line (top most) for a "header".  This header consists of
  207.         various parameters (commands) that are necessary for the reader
  208.         (READ.EXE).  This header line must absolutely be on line #1.
  209.         If during the compilation process (using COMPILE.EXE) the
  210.         compiler detects a .TXT file with a missing header, the
  211.         compiler will flag this to your attention, and prompt you to
  212.         correct the discrepancy.
  213.  
  214.         The header line can have many different parameters (commands),
  215.         some of which specify the screen colors, size of the text view
  216.         window, screen effects, and more (see advanced options later in
  217.         this documentation).  There are two parameters that are ALWAYS
  218.         required in the header line: 1) the Table of Contents order
  219.         number or character, and 2) a chapter title.
  220.  
  221.         A typical .TXT header will look like this:
  222.  
  223.         ┌────────────────────────────────────────────────────────────┐
  224.         │ 2|The Life of Aesop                                        │
  225.         │                                                            │
  226.         │                  <─── body of .TXT file ──>                │
  227.  
  228.  
  229.         Please note that the Table of Contents "order number" is
  230.         separated from the chapter title by a "|" (pipe) character.
  231.         This character always separates parameters on the header line.
  232.         The "|" character is found on most IBM PC keyboards with the
  233.         "\" (backslash) key.
  234.  
  235.         The Table of Contents "order number" determines the ORDER OF
  236.         APPEARANCE that the chapter title will appear in the Main Menu.
  237.         In other words, in the example above, the chapter "The Life of
  238.         Aesop" will appear as the second chapter in the Table of
  239.         Contents Main Menu.
  240.  
  241.         Now, to slightly contradict the instructions, the "order
  242.         number" does not necessarily have to be a number.  There is one
  243.         exception where the letter "A" or "a" is used in place of the
  244.         order number.
  245.  
  246.         ┌────────────────────────────────────────────────────────────┐
  247.         │ A|The Life of Aesop                                        │
  248.         │                                                            │
  249.         │                 <─── body of .TXT file ──>                 │
  250.  
  251.  
  252.         What the "A" does is instruct the reader (READ.EXE) to sort the
  253.         chapter titles in ALPHABETICAL ORDER.  If there are 10 chapters
  254.         in your electronic book, and 9 of them have numeric values for
  255.         the order number, and 1 of them has the letter "A", then the
  256.         ENTIRE Table of Contents will be sorted in alphabetical order.
  257.         Just one "A" in just one file is enough to cause all the other
  258.         chapters to fall into alphabetical order.
  259.  
  260.  
  261.         Additional header parameters:
  262.  
  263.         The "order number" and "chapter title" are required parameters
  264.         that MUST exist in each .TXT file that you create.  These 2
  265.         parameters, however, are not the only parameters that can exist
  266.         on the header line.  You can customize the appearance of each
  267.         chapter in your electronic book by combining different
  268.         parameters.  Here's an example:
  269.  
  270.         ┌────────────────────────────────────────────────────────────┐
  271.         │ 2|The Life of Aesop|FORE=15|BACK=3|SCFX=6|MARG=10|COLS=14  │
  272.         │                                                            │
  273.         │                  <─── body of .TXT file ──>                │
  274.  
  275.  
  276.         In the example above, "FORE", "BACK", "SCFX", etc. are each an
  277.         individual header parameter.  Please note that each parameter
  278.         is separated by a "|" (pipe) character.
  279.  
  280.         Here is a listing of all the parameters available to you, which
  281.         if used, must appear on the first line of your .TXT file,
  282.         separated by a "|" character:
  283.  
  284.  
  285.         FORE=##    This is used to specify the color of the foreground
  286.                    text of an individual chapter, where ## is replaced
  287.                    with a color number from 0-15 (see valid colors
  288.                    below).
  289.  
  290.         BACK=##    This is used to specify the color of the background
  291.                    text of an individual chapter, where ## is replaced
  292.                    with a color number from 0-7 (see valid colors
  293.                    below).
  294.  
  295.                    0 = black       6 = brown          12 = light red
  296.                    1 = blue        7 = gray           13 = light magenta
  297.                    2 = green       8 = dk. gray       14 = yellow
  298.                    3 = cyan        9 = light blue     15 = white
  299.                    4 = red        10 = light green
  300.                    5 = magenta    11 = light cyan
  301.  
  302.         SCFX=##    This is used to specify the type of special screen
  303.                    effect of an individual chapter, where ## is replaced
  304.                    with a number from 1-17 (see below).
  305.  
  306.                    1 = Clock sweep           10 = Slide Left & In
  307.                    2 = Curtain               11 = Slide Left & Out
  308.                    3 = Diagonal              12 = Slide Right & In
  309.                    4 = Diamond               13 = Slide Right & Out
  310.                    5 = Lines                 14 = Slide Up & In
  311.                    6 = Hole                  15 = Split Horz. & Out
  312.                    7 = Box                   16 = Split Vert. & In
  313.                    8 = Slide Down & In       17 = Split Vert. & Out
  314.                    9 = Slide Down & Out
  315.  
  316.         MARG=##    This parameter is used to specify the left margin
  317.                    where your chapter text contents will be displayed.
  318.                    ## specifies the screen column, and valid entries
  319.                    are from 1-60.  If MARG=## is absent from the .TXT
  320.                    header, then a default of 7 will be used.
  321.  
  322.         ROWS=##    This parameter specifies how large your chapter's
  323.                    text display window is in height.  Valid values are
  324.                    from 1 to 23 rows in height.  If no ROWS=## is
  325.                    used, then a default of 22 rows will be used to
  326.                    define the text window height.
  327.  
  328.         TOPR=##    Specifies the starting row of the chapter's text
  329.                    window location, where ## is a value between 1-23.
  330.                    If no TOPR=## is specified, a default value of 2
  331.                    will be used to position the beginning row of the
  332.                    text window.
  333.  
  334.         COLS=##    Specifies how wide (in columns) the chapter's text
  335.                    display window is.  Valid range in columns for ##
  336.                    is 1-79.  If no COLS=## is indicated in the header
  337.                    line of your .TXT file, a default width of 75
  338.                    columns will be used.  Please note that E-Text does
  339.                    NOT perform word wrapping.  You must insure that
  340.                    your .TXT files fit within the defined COLS
  341.                    parameter before compiling.
  342.  
  343.         BINF=xxxx  Specifies the name of the wallpaper binary file
  344.                    to be loaded beneath the chapter's text display
  345.                    window.  "xxxx" is replaced with the COMPLETE file
  346.                    name (with extension) which contains your binary
  347.                    wallpaper (e.g. BINF=HEADER.BIN, or BINF=MAIN.BIN).
  348.                    If no BINF=xxxx parameter exists, no wallpaper will
  349.                    be used behind your text window.
  350.  
  351.         LINE=#     Use this parameter in your header to change the
  352.                    default of single line spacing.  LINE=2 will double
  353.                    space each line of your chapter's text
  354.                    automatically.  Valid range for line spacing is
  355.                    1-4.
  356.  
  357.         TAB=##     This parameter instructs how many columns that the
  358.                    text will scroll RIGHT when a user presses the TAB
  359.                    or right arrow keys.  The default value is 9.  Why
  360.                    would you wish to scroll your text left and right?
  361.                    If you have a really W-I-D-E text file (greater than
  362.                    80 characters) then obviously part of your file will
  363.                    not be displayed initially on the screen (remember,
  364.                    a typical monitor can only display 80 columns of
  365.                    text at any time).  Therefore by using the TAB or
  366.                    right arrow keys, the user can view any additional
  367.                    text that may be hidden beyond column 80.
  368.  
  369.         With the preceding header parameters, you can mix and match
  370.         them to customize the layout of each chapter in your electronic
  371.         book.  Please remember that each parameter must be separated by
  372.         a "|" character.
  373.  
  374.         Although all these header parameters allows you to customize
  375.         your text display windows, you may elect not to use the text
  376.         display window parameters such as COLS=, MARG=, TOPR=, etc.
  377.         You can create eye-appealing text windows automatically by just
  378.         making sure that your .TXT files are no larger than 70 columns
  379.         wide and that they are left justified.  If you are using a
  380.         word processor, you can achieve such specs by using a fixed
  381.         font such as Courier 10cpi, and 1 inch left and right margins.
  382.         When you export/save your chapter files to ASCII, you will find
  383.         that your .TXT files are less than 70 columns wide.  This size
  384.         will work well with the default text window values that the
  385.         E-Text reader uses.
  386.  
  387.  
  388.         Password protection:
  389.  
  390.         Let's say that you have gone to much effort, time and expense to
  391.         create your electronic publication.  How do you obtain a return
  392.         on such an investment?  Many registrants use E-Text to sell
  393.         their works to others.  Often a demo or incomplete version of
  394.         your publication is distributed freely in the hope that users
  395.         will want the full version.  In order to help you along in this
  396.         approach you may wish to use a password protection scheme.  By
  397.         including the parameter LOCK=Y on the first line of a .TXT file
  398.         you will be able to password protect that specific file.  Here's
  399.         an example...
  400.  
  401.         ┌────────────────────────────────────────────────────────────┐
  402.         │ 9|Secrets of Aesop|FORE=15|BACK=3|SCFX=6|LOCK=Y            │
  403.         │                                                            │
  404.         │                  <─── body of .TXT file ──>                │
  405.  
  406.  
  407.         After your electronic publication has been compiled any user who
  408.         attempts to access those chapters that contain LOCK=Y parameters
  409.         will be asked to enter a password.  Without the password they
  410.         will not be able to read the chapter (.TXT file) that you
  411.         protected.  When they do enter the password correctly ALL
  412.         protected files are unlocked immediately.  Through this method
  413.         you can encourage users obtaining evaluation copies of your
  414.         publication to send you money to obtain the password which will
  415.         unlock the full version.
  416.  
  417.         Where does the password originate from?  When you step-by-step
  418.         through the compiler you will be prompted to enter a password.
  419.         This password will be encrypted and embedded in the resulting
  420.         compiled READ.DAT file.
  421.  
  422.         Please note that the password protect lock feature is only
  423.         available with the Professional version of E-Text.
  424.  
  425.  
  426.         Special header parameter "EXECUTE":
  427.  
  428.         E-Text is not limited to just displaying ASCII text files
  429.         (chapters).  E-Text can also run other programs or be
  430.         instructed to carry out a series of DOS commands.  The
  431.         "EXECUTE" header parameter is used inside a .TXT file, placed
  432.         after the chapter title on line 1, and specifies that this .TXT
  433.         file is different.  Different in that the contents of this .TXT
  434.         file will NOT be displayed in a text window, but rather each
  435.         line of the .TXT file will be executed (i.e., run from the DOS
  436.         command line).
  437.  
  438.         ┌────────────────────────────────────────────────────────────┐
  439.         │ 7|Display all AESOP files|EXECUTE                          │
  440.         │ DIR AESOP*.*                                               │
  441.         │                 <─── body of .TXT file ──>                 │
  442.  
  443.         In the example above, the header parameter "EXECUTE" will
  444.         instruct the program to treat the lines which follow as DOS
  445.         commands.
  446.  
  447.         You are not limited to just one line of DOS commands or
  448.         instructions.  The example below shows how one can stack a
  449.         series of commands, which will be run in sequence, one after
  450.         the other:
  451.  
  452.         ┌────────────────────────────────────────────────────────────┐
  453.         │ 12|Delete all *.BAK files on all drives|EXECUTE            │
  454.         │ DEL C:\*.BAK                                               │
  455.         │ DEL C:\DOS\*.BAK                                           │
  456.         │ DEL C:\WINDOWS\*.BAK                                       │
  457.         │ DEL C:\TEMP\*.BAK                                          │
  458.         │ DEL A:*.BAK                                                │
  459.         │ DEL B:*.BAK                                                │
  460.         │                 <─── body of .TXT file ──>                 │
  461.  
  462.         Neither are you limited to simple DOS commands.  You can
  463.         execute .BAT batch files, .COM and .EXE's (memory space
  464.         permitting) when the end user selects a "chapter" in which you
  465.         have the EXECUTE parameter.
  466.  
  467.         At the end of executing all the commands inside the selected
  468.         .TXT file, the E-Text reader will return back to the Main Menu
  469.         (Table of Contents).
  470.  
  471.  
  472.         Graphic support:
  473.  
  474.         E-Text Pro supports 256 color .PCX graphic images.  You can add
  475.         colorful graphic images to your E-Text documents by creating
  476.         any size .PCX file less than or equal to 640 pixels in width
  477.         and 480 pixels in height with a paint program such as
  478.         PC-Paintbrush, or Photo-Shop, Paint Shop Pro or PhotoStyler,
  479.         etc.
  480.  
  481.         To include a .PCX image, the image must first exist in the
  482.         same directory as your .TXT files, and you must include a
  483.         dedicate a .TXT file for the names of the .PCX images, along
  484.         with a special header line.
  485.  
  486.         For example, let's say we have the following graphic images
  487.         that we wish to display: APPLE.PCX, ORANGE.PCX, BANANA.PCX.
  488.         In order to have E-Text Pro display these images in sequence,
  489.         you must first create a dedicated .TXT file.  For example,
  490.         let's create a file FRUIT.TXT (we could also use GOODIES.TXT
  491.         or YUM_YUM.TXT).
  492.  
  493.         ┌────────────────────────────────────────────────────────────┐
  494.         │ 14|We sell only super fresh fruit!|PCX256                  │
  495.         │ APPLE.PCX                                                  │
  496.         │ ORANGE.PCX                                                 │
  497.         │ BANANA.PCX                                                 │
  498.         │                 <─── body of .TXT file ──>                 │
  499.  
  500.         Please note in the above example, you must include the menu
  501.         order number (in this case "14") along with a menu description
  502.         (e.g. "We sell only super fresh fruit!") followed by the
  503.         "PCX256" parameter (separated by "|" characters).  The
  504.         "PCX256" parameter will instruct E-Text Pro to display the
  505.         images that follow (APPLE.PCX, ORANGE.PCX, etc.) in 256 color
  506.         format (if your customer's hardware supports 256 VGA).  After
  507.         you have this header line in your .TXT file, simply include a
  508.         list of the .PCX images you wish to include in this "chapter"
  509.         of your document.  Do not place any text in this .TXT file!
  510.         Only the filenames of .PCX images can appear in a .TXT file
  511.         when the "PCX256" parameter is used.
  512.  
  513.         If your .PCX image is less than the standard 640x480 pixels
  514.         screen dimensions, your .PCX image will be CENTER justified
  515.         automatically.  Also, your .PCX images will be automatically
  516.         compressed and stored in the READ.DAT file when your compile
  517.         your document.  You do NOT need to distribute any .PCX files
  518.         with your final product.  Just place READ.DAT and READ.EXE on
  519.         your distribution disk and all will go well.
  520.  
  521.         Note: E-Text Lite does NOT support graphic images, only the PRO
  522.         version includes 256 .PCX support.
  523.  
  524.         Although E-Text Lite does not support graphic .PCX file support
  525.         directly, you can still incorporate high-resolution graphics
  526.         in your E-Text Lite documents.  This is achieved indirectly by
  527.         using the EXECUTE parameter (see above) in a .TXT file, where
  528.         one of the executable lines contain the file name of a graphic
  529.         image THAT HAS BEEN CONVERTED INTO AN .EXE FILE.  For those
  530.         who do not understand what this means...  There are shareware
  531.         graphic utilities like "Grabber" or "Graphics Workshop" that
  532.         will convert a .PCX or .BMP or screen snapshot into a
  533.         self-executing .EXE file.  For instance, FLOWER.PCX can be
  534.         converted using these utilities into a stand alone FLOWER.EXE
  535.         file, where typing FLOWER from the DOS prompt will display the
  536.         graphic image without the assistance of any other program or
  537.         viewer.  Inset's HiJaak will also create these type of .EXE
  538.         files from any graphic image.  Once you have a graphic .EXE
  539.         file, you can include its file name in a .TXT file, using the
  540.         EXECUTE header parameter.
  541.  
  542.         One suggestion, if you do use this method of displaying
  543.         graphic images (i.e., to shrink the size of the resulting
  544.         graphic .EXE file that you will be distributing) consider
  545.         investing in a shareware program called "PKLite".  "PKLite"
  546.         will compress an .EXE to a fraction of its original size AND
  547.         YET STILL REMAIN SELF-EXECUTING.  This will give you more free
  548.         disk space on the distribution floppy you will be using, and
  549.         will cause the image to display faster.  This also brings up
  550.         another important point.  Any graphic .EXE images that you
  551.         create MUST BE INCLUDED ON YOUR DISTRIBUTION DISKETTE!  It is
  552.         not E-Text's responsibility to pack your graphic .EXE's into
  553.         the .DAT file.  E-Text Lite expects any such graphic .EXEs that
  554.         you create to be separate files on the distribution diskette.
  555.         So in review, E-Text PRO will automatically include any .PCX
  556.         images into your READ.DAT file.  E-Text LITE does not directly
  557.         support .PCX graphics.  If you want to use the EXECUTE
  558.         parameter with either PRO or LITE versions, you must INCLUDE
  559.         all .EXE files that you want to have distributed on your final
  560.         distribution disk.
  561.  
  562.  
  563.         Line color highlighting:
  564.  
  565.         Even though you can color customize each chapter .TXT file in
  566.         respect to foreground text and background colors using a header
  567.         parameter (FORE=/BACK=), you may wish to add emphasis to one
  568.         particular line (or lines) of text in a chapter.  This can be
  569.         done by adding to the end of a line of text a color code.  A
  570.         color code consists of a caret symbol "^" followed by a color
  571.         number from 0-15 (see color code chart above).  Here is an
  572.         example...
  573.  
  574.         ┌────────────────────────────────────────────────────────────┐
  575.         │ 5|The Eagle, the Cat, and the Wild Sow|MARG=10|SCFX=3      │
  576.         │                                                            │
  577.         │          The Eagle, the Cat, and the Wild Sow^15           │
  578.         │                                                            │
  579.         │    AN EAGLE made her nest at the top of a lofty oak;  a    │
  580.         │    Cat, having found a convenient hole, moved into  the    │
  581.         │    middle  of  the  trunk;  and  a  Wild  Sow, with her    │
  582.         │    Cat cunningly resolved  to destroy this  chance-made    │
  583.         │                                                            │
  584.         │                 <─── body of .TXT file ──>                 │
  585.  
  586.  
  587.         In the example above, the title line "The Eagle, the Cat..." is
  588.         followed by the color code "^15".  What the "^15" will do is
  589.         instruct the reader (READ.EXE) to use color 15 (bright white)
  590.         on that particular line (background remains unchanged).  Such
  591.         color highlighting is useful for titles, new paragraph
  592.         description headings, or important passages that need to grab
  593.         the reader's attention.  You can use as many color codes as you
  594.         like in a chapter file, however only one code per line of text
  595.         is permitted (i.e., a line of text cannot have more than one
  596.         color).
  597.  
  598.         To make a color blink (on and off), add 16 to a color's value.
  599.         For example, color 15 is bright white.  To use blinking bright
  600.         white in your document, add 16 to 15.  Use ^31 for the color
  601.         code in this case.
  602.  
  603.         If you have an actual caret symbol in your chapter that is not
  604.         to be confused with a color code (highly unlikely, but for math
  605.         statements it is possible), then precede that caret with
  606.         another caret (e.g., Mathematicians, solve for x, where
  607.         x+5^^2=30).
  608.  
  609.         One word of warning when using colors, especially when you
  610.         run the compiler and choose your Main Menu colors...  Certain
  611.         colors will disappear when you view your E-Text document on
  612.         a MONOCHROME monitor or monochrome LCD display.  Although
  613.         you may think that old PC's and XT's are extinct, monochrome
  614.         monitors do still exist on 286 and 386 machines.  And
  615.         monochrome laptop LCD displays are quite common, so you should
  616.         be careful when choosing your colors.  Here is how certain
  617.         colors appear when displayed on monochrome monitors:
  618.  
  619.         Foreground colors:
  620.  
  621.         0 - Black
  622.         1 - White with underline
  623.         2-7 - White
  624.         8 - Black
  625.         9 - Bright white with underline
  626.         10-15 - Bright white
  627.  
  628.         Background colors:
  629.  
  630.         0-6 - Black
  631.         7 - White
  632.  
  633.         The common mistake many authors fall into is using a Main Menu
  634.         color scheme where the highlight bar turns invisible when viewed
  635.         in the Main Menu on a monochrome monitor.  This happens, for
  636.         instance, if the highlight marker bar is foreground 15 (white)
  637.         and background 1 (blue) and the Main Menu in which the marker
  638.         bar appears has a foreground color of 15 (white) and
  639.         background 4 (red).  The conflict on a monochrome or LCD
  640.         display is that the background colors 1 and 4 both turn black
  641.         (see chart above), which makes the marker bar impossible to
  642.         detect.  In other words, your client/customer will not be able
  643.         to see where in the Main Menu they are IF your E-Text document
  644.         is viewed on a monochrome display.
  645.  
  646.         What is the best solution?  Use a Main Menu background of
  647.         white and a marker bar background of black or blue or red.  Or
  648.         use a Main Menu background of black, blue, red with a marker
  649.         bar background of white/gray (color 7).  Think sharp contrast!
  650.  
  651.  
  652.         Sub-menus:
  653.  
  654.         At times it is inappropriate to stuff all your .TXT files
  655.         under the Main Menu.  Instead, you may wish to use a series of
  656.         "sub-menus" branch off from your Main Menu.  For instance, you
  657.         may wish to have the following items in your Main Menu:
  658.  
  659.         ┌────────────┐     Upon selecting "Cats" from this Main Menu
  660.         │ Cats...  >─┼─┐   you could branch off by display a sub-menu
  661.         │ Dogs       │ │   such as:
  662.         │ Fish       │ │                ┌────────────┐
  663.         │ Reptiles   │ │                │ Himalayan  │
  664.         │ Rodents    │ └────────────>   │ Persian    │
  665.         └────────────┘                  │ Siamese    │
  666.                                         └────────────┘
  667.  
  668.         And then upon selecting "Persian" in the example sub-menu
  669.         above, you can have text displayed that pertains to this
  670.         sub-menu choice.
  671.  
  672.         How is this accomplished?  First, only the Pro version of
  673.         E-Text supports sub-menus.  Assuming that you have obtained
  674.         the Pro version, here is how sub-menus are easily added to
  675.         your compiled document.
  676.  
  677.         Using the example above, let us create a file CATS.TXT and
  678.         insert the following lines of text into it:
  679.  
  680.         ┌────────────────────────────────────────────────────────────┐
  681.      1  │ 1|Cats...>                                                 │
  682.      2  │ 1-1|Himalayan|SCFX=1|FORE=15|BACK=0|MARG=28                │
  683.      3  │                                                            │
  684.      4  │ The Himalayan is a long-haired cat that features the       │
  685.      5  │ color point pattern of the Siamese.  This gentle and       │
  686.      6  │ fluffy sweetheart is a favorite among cat lovers.          │
  687.      7  │ Blah, blah, blah....                                       │
  688.      8  │                                                            │
  689.      9  │ 1-2|Persian|SCFX=2                                         │
  690.     10  │                                                            │
  691.     11  │ A Persian-type longhair has a short, compact body, a       │
  692.     12  │ short tail, and a large, rounded head with a short         │
  693.     13  │ nose and small ears.  Blah, blah, blah...                  │
  694.     14  │                                                            │
  695.     15  │ 1-3|Siamese                                                │
  696.     16  │                                                            │
  697.     17  │ Blah, blah, blah...                                        │
  698.     18  │                                                            │
  699.         │                 <─── body of .TXT file ──>                 │
  700.  
  701.  
  702.         The first line of the above file contains the menu order
  703.         number "1" and the text to appear in the Main Menu (in this
  704.         example "Cats..." will appear).  I like to add the "..." dots
  705.         to any Main Menu item that will branch to a sub-menu, but this
  706.         is totally up to you.  Also, the ">" character if placed at
  707.         the end of the header line will display a graphic right arrow
  708.         pointer in your final Main Menu.  Again, this is totally
  709.         optional on your part.  I like to add these embellishments to
  710.         any Main Menu choices that trigger sub-menus, but perhaps you
  711.         may not care for them.  It is all optional.  However, only the
  712.         Main Menu order number and the Main Menu text should appear on
  713.         line #1 when creating a .TXT file that will contain sub-menus.
  714.         Do not add header parameters on line #1 when creating sub-menu
  715.         .TXT files!
  716.  
  717.         On line #2, you should add another header line which will
  718.         pertain specifically to a sub-menu choice in the sub-menu.
  719.         In the example above, line #2 is shown as:
  720.  
  721.         1-1|Himalayan|SCFX=1|FORE=15|BACK=0|MARG=28
  722.  
  723.         Although it would appear similar to a normal Main Menu
  724.         header line, what is unique about this header line is that the
  725.         menu order number is hyphenated "1-1".  The "1-1" specifies
  726.         that "Himalayan" will occur at position 1 in a sub-menu, and
  727.         that this sub-menu is a branch off from Main Menu selection #1
  728.         (which in this example is "Cats...>".
  729.  
  730.         On lines #3-8 (see example above) you can insert whatever text
  731.         that pertains to this sub-menu selection (Himalayan).  You
  732.         could insert text into lines #3 to 3000 that would pertain to
  733.         the Himalayan if you so wish.  The number of lines that follow
  734.         a sub-menu header is up to you (not to exceed 32k bytes in
  735.         size however).
  736.  
  737.         Whenever you wish to add a new sub-topic into the sub-menu,
  738.         just insert a new sub-header line.  In the example above, a new
  739.         sub-menu selection occurs on line #9 (Persian).  Since
  740.         "Persian" is the SECOND sub-topic to appear in our sub-menu, we
  741.         need to use the menu order number "1-2".
  742.  
  743.         And for the THIRD sub-topic in our sub-menu, we can add
  744.         "Siamese" in this manner:
  745.  
  746.         1-3|Siamese
  747.  
  748.         And then follow this header with whatever text you wish that
  749.         pertains to "Siamese" cats.
  750.  
  751.  
  752.         Shareware:
  753.  
  754.         Shareware is a try-before-you-buy marketing concept that allows
  755.         you a trial period in which to evaluate a software program.
  756.         The Electronic Text Publishing System is shareware software and
  757.         continued use of the program requires that you support the
  758.         author.  Once you have registered, you will receive the latest
  759.         version of E-Text that will permit you to begin distributing
  760.         your electronic books (*.DAT files) legally and the E-Text
  761.         reader (READ.EXE) freely without royalties.
  762.  
  763.  
  764.         Distribution of this program:
  765.  
  766.         The unregistered, shareware version can be distributed by BBS's
  767.         as long as NO FILES ARE DELETED from the original group of
  768.         files (see PACKING.LST for original .ZIP contents).  Shareware
  769.         vendors are permitted to charge a small fee, not exceeding
  770.         $6.00, in exchange for their services in providing evaluation
  771.         copies to others.  CD-ROM publishers are permitted to include
  772.         E-Text in any compilations as long as the .EXE file date stamp
  773.         is less than 2 years old.
  774.  
  775.         Once you have registered E-Text with the author, you are then
  776.         granted a license to distribute the reader (READ.EXE) royalty
  777.         free.  The compiler, however, is limited in license, and can
  778.         only be used on one computer at any given time.  If you plan
  779.         on using the compiler on more than one computer, contact
  780.         the author for site license arrangements.
  781.  
  782.  
  783.         All in the family:
  784.  
  785.         Attention: merchants and product distributors!  If you would
  786.         like to publish and distribute INTERACTIVE on-disk CATALOGS
  787.         that display product items ALONG WITH INDIVIDUAL PRICES, AND
  788.         CAN PRINT ORDER FORMS, please contact us and inquire about
  789.         THE DISK VENDOR line of software.  The Disk Vendor is for those
  790.         businesses who want an alternative to a traditional printed
  791.         paper product sales catalog.  The Disk Vendor system handles
  792.         credit cards, sales tax, shipping charges, personalized opening
  793.         & closing screen, discounts on purchases, printed catalogs,
  794.         order forms, and more.  Create professional looking catalogs
  795.         quickly and with little effort!
  796.  
  797.         You can also download a fully functional evaluation copy of
  798.         The Disk Vendor from our 24-hour BBS, at 540-372-9680.  The
  799.         latest file can be downloaded as VEND??GB.ZIP where two ??
  800.         will automatically catch the current program version.  You
  801.         will also find this program (along with all our software) at
  802.         our Internet Web site: http://members.aol.com/shareware/
  803.  
  804.  
  805.         Program author:
  806.  
  807.         Philip P. Kapusta
  808.         406 Monroe Avenue
  809.         Falmouth, Va. 22405
  810.         USA
  811.  
  812.         If you wish to send correspondence to us, we would prefer an
  813.         e-mail message left on our BBS (540) 372-9680 instead of paper
  814.         mail.  We are also available at 74170.3550@compuserve.com
  815.